Line.h
Language: C++
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 303 bytes
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 303 bytes
http://www.penguinstew.ca/example/CodeFormater/Line.h
pragmaonce
include<string>
classLine
{
intnumber;
std::stringcontent;
public:
Lineintnumberstd::stringcontent;
intGetNumber;
std::stringGetContent;
std::stringToString;
std::stringFormatNumberboolfirst;
std::stringFormatContentboolfirst;
};
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18